provider Integration POST /api/0/sentry-app-installations/{uuid}/external-issues/
@utdk/sentry /api/0/sentry-app-installations/{uuid}/external-issues/
Create or update an External Issue
Create or update an external issue from an integration platform integration.
uuid path required
The uuid of the integration platform integration.
string

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createOrUpdateAnExternalIssue
POST/api/0/sentry-app-installations/{uuid}/external-issues/
Create or update an external issue from an integration platform integration.

Parameters

required

The uuid of the integration platform integration.

Input

required

The ID of the Sentry issue to link the external issue to.

required

The URL of the external service to link the issue to.

required

The external service's project.

required

A unique identifier of the external issue.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.createOrUpdateAnExternalIssue()